﻿body {
    background-color: transparent;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Img/Id.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.sizeLoader {
    width: 60px;
    height: 60px;
}

.close {
    text-decoration: none;
}


.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/*.alert {
        margin-right: 40px;
        margin-left: 40px;
        font-size: 13px;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid transparent;
        border-radius: 4px;
    }*/
.nts-msg .alert {
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    padding: 0 8px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: transparent;
    margin-top: 0;
    color: #555;
}

    .nts-msg .alert p span {
        font-weight: bold;
    }
/*Thank you popup*/
/*.thankyou-wrps {
        margin: 5px 45px;
    }*/
.thnkyou-text {
    text-align: center;
    border-color: #ddd;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.26);*/
    background-color: #fff;
    padding: 40px 15px;
    margin: 15px 0;
}

    .thnkyou-text h2 {
        margin-top: 0px;
        padding-bottom: 15px;
        text-transform: capitalize;
    }

    .thnkyou-text h4 {
        margin-top: 25px;
        font-weight: bold;
        color: #03a9f5;
    }

    .thnkyou-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .thnkyou-text i {
        color: #03a9f5;
        font-size: 50px !important;
        border: 1px solid;
        padding: 10px;
        border-radius: 49px;
        margin-bottom: 14px;
    }

.txtbx-decoration {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    box-shadow:none !important;
}

.form-horizontal .form-group {
    margin-bottom: 30px !important;
}

.txtbx-decoration:focus {
    box-shadow: none;
}


.requirement {
    color: red;
}

.valid {
    color: green;
}

.requirement::before {
    color: red;
}

.valid::before {
    color: green;
}

.rg-frm {
    display: none;
}

#divpassword {
    margin-top: 10px;
}

    #divpassword li {
        margin-bottom: 4px;
    }

.login-section {
    padding-bottom: 36px;
}

.custm-alrt-msg .alert {
    margin-right: 0;
    margin-left: 0;
    line-height: 18px;
    padding: 6px 14px 6px;
    position: relative;
}

    .custm-alrt-msg .alert .close {
        position: absolute;
        right: 8px;
        top: 4px;
    }

.wlcm-thx-wrps .custm-alrt-msg {
    background-color: white;
    width: 70%;
    margin: 0px auto;
    min-height: 100vh;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.custm-alrt-msg1 .alert {
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ftr-wrps {
    display: none;
}

.form-required {
    color:#cd2026;
}
.nts-msg {
    text-align:center;
}


.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group {
    position: relative;
}

.float-label {
    box-shadow: none !important;
}

/* Move label when focused */
.form-control:focus ~ .float-label {
    top: -12px;
    
}

/* Move label when value exists */
.form-control:not(:placeholder-shown) ~ .float-label {
    top: -12px;   
}

.form-control:-webkit-autofill ~ .float-label {
    top: -12px;

}